home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / Brave Dwarves 2 / bravedwarves2.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-05-05  |  3.4 KB  |  57 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Brave Dwarves 2 demo version
  4. AppVerName=Brave Dwarves 2 demo version
  5. AppId=Brave Dwarves 2 demo version
  6. AppPublisher=GameOverGames
  7. AppPublisherURL=http://www.gameover-games.com
  8. AppSupportURL=http://www.gameover-games.com
  9. AppUpdatesURL=http://www.gameover-games.com
  10. DefaultDirName=C:\Games\Brave Dwarves 2 demo version
  11. DefaultGroupName=Brave Dwarves 2 demo version
  12. OutputBaseFilename=BraveDwarves2DemoInstall22026
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\BraveDwarves2,1.exe"; DestDir: "{app}"; DestName: "BraveDwarves2.exe"; Flags: ignoreversion 
  20. Source: "{app}\bass.dll"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\BD2.dat"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\BraveDwarves2,2.exe"; DestDir: "{app}"; DestName: "BraveDwarves2.exe"; Flags: ignoreversion 
  23. Source: "{app}\BraveDwarves2.ini"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\gog.ico"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Log.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\nag.jpg"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\bill.html"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\iceage.gif"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\realore.ico"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\realore_logo.gif"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\tinycars.gif"; DestDir: "{app}"; Flags: ignoreversion 
  33. [Registry]
  34. Root: HKLM; Subkey: "Software\GameOverGames\BraveDwarves2"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey 
  35. [INI]
  36. FileName: "{app}\Register.url"; Section: "InternetShortcut"; Key: "PRICE"; String: "$18.75"; 
  37. FileName: "{app}\Register.url"; Section: "InternetShortcut"; Key: "URL"; String: "https://www.regnow.com/softsell/nph-softsell.cgi?item=7463-1&affiliate=22026"; 
  38. FileName: "{app}\realore.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.realore.com/?bravedwarves2_game"; 
  39. FileName: "{app}\realorebd2.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.realore.com/bravedwarves2/"; 
  40. [Run]
  41. Filename: "{app}\BraveDwarves2.exe"; Description: "Launch Brave Dwarves 2 demo version"; Flags: postinstall skipifsilent nowait
  42. [Icons]
  43. Name: "{group}\Brave Dwarves 2 demo version"; Filename: "{app}\BraveDwarves2.exe"; WorkingDir: "{app}"; 
  44. Name: "{group}\Brave Dwarves 2 at Realore.com"; Filename: "{app}\realorebd2.url"; 
  45. Name: "{group}\Get Full version!"; Filename: "{app}\Register.url"; 
  46. Name: "{group}\Realore game world"; Filename: "{app}\realore.url"; 
  47. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  48. Name: "{userdesktop}\Brave Dwarves 2 demo version"; Filename: "{app}\BraveDwarves2.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  49. Name: "{userdesktop}\Realore game world"; Filename: "{app}\realore.url"; IconFilename: "{app}\realore.ico"; Tasks: desktopicon; 
  50. [Tasks]
  51. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\log.txt"; 
  54. Type: files; Name: "{app}\data.tmp"; 
  55. Type: files; Name: "{app}\bd2.hsc"; 
  56. Type: dirifempty; Name: "{app}"; 
  57.